-
-
Notifications
You must be signed in to change notification settings - Fork 2.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
build: support download older Chrome version #2216
Conversation
E.g: given --build-arg CHROME_VERSION=google-chrome-stable_119.0.6045.159-1 Find list versions at https://www.ubuntuupdates.org/package/google_chrome/stable/main/base/google-chrome-stable Signed-off-by: Viet Nguyen Duc <[email protected]>
PR Description updated to latest commit (470a0c5)
|
PR Review
✨ Review tool usage guide:Overview: The tool can be triggered automatically every time a new PR is opened, or can be invoked manually by commenting on any PR.
See the review usage page for a comprehensive guide on using this tool. |
PR Code Suggestions
✨ Improve tool usage guide:Overview:
See the improve usage page for a comprehensive guide on using this tool. |
User description
Thanks for contributing to the Docker-Selenium project!
A PR well described will help maintainers to quickly review and merge it
Before submitting your PR, please check our contributing guidelines, applied for this repository.
Avoid large PRs, help reviewers by making them as simple and short as possible.
Description
Motivation and Context
Support downloading specific Chrom version from Official Site & Installing
E.g: given
--build-arg CHROME_VERSION=google-chrome-stable_119.0.6045.159-1
Find list versions are available at https://www.ubuntuupdates.org/package/google_chrome/stable/main/base/google-chrome-stable
Types of changes
Checklist
Type
Enhancement
Description
TARGETARCH
to specify the architecture for the Chrome version to be downloaded.CHROME_VERSION
.Changes walkthrough
Dockerfile
Support for downloading specific Chrome versions based on build
arguments
NodeChrome/Dockerfile
TARGETARCH
to specify the architecture.versions of Chrome based on the
CHROME_VERSION
argument.specified Chrome version if it matches a specific pattern.
.deb
file.